go/types.Checker.exclude (method)

5 uses

	go/types (current package)
		expr.go#L1706: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1713: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1723: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1734: 	check.exclude(x, 1<<novalue)
		expr.go#L1740: func (check *Checker) exclude(x *operand, modeset uint) {